home *** CD-ROM | disk | FTP | other *** search
- #ifndef _INVENTORY_
- #define _INVENTORY_
-
- typedef struct INVENTORY_DATA * pinventory_data;
- typedef struct INVENTORY_DATA {
- pobject_type old_type;
- pdata old_extra_data;
- } inventory_data;
-
- void Create_Inventory_Object(pobject new_object, pobject owner);
- void Init_Inventory(func_index index);
-
- #endif